home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.3 KB | 51 lines | [TEXT/MPS ] |
- /*
- File: DesktopAnimPanel.idl
-
- Contains: Declarations for the SOM based Screen Saver/Desktop control panel object.
-
- Version: Technology: 1/29/96 1/22/96 12/7/95 12/2/95 12/1/95 11/7/95 8/8/95 7/31/95 6/28/95 PanelItemHit. <7> <6> <5> <4> <3> <2> <1>
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1995-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
- */
-
-
- #ifndef __DESKTOPANIMPANEL_IDL__
- #define __DESKTOPANIMPANEL_IDL__
-
- #include <DesktopAnimation.idl>
- #include <DesktopAnimBase.idl>
- #include <Displays.idl>
-
- interface DesktopAnimPanel : DesktopAnimBase
- {
- /* initialization/destruction */
- OSStatus Initialize(in AVIDType prefsDisplayID, in DesktopAnimModuleDescRef moduleDescRef,
- in DesktopAnimModuleInfo moduleInfo);
- OSStatus Close();
-
- #ifdef __SOMIDL__
- implementation
- {
- passthru C_h = "#include <DesktopAnimation.h>"
- "#include <Displays.h>";
-
- passthru C_xh = "#include <DesktopAnimation.h>"
- "#include <Displays.h>";
-
-
- /* Release Order. Note, only append to the end of this
- list, so that the base class is forward compatible. */
- releaseorder: Initialize, Close;
- };
- #endif
- };
-
- #endif
-